DecimalMINumericDecimalMDivide Method
Divides the current value by the specified value.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
DecimalM INumeric<DecimalM>.Divide(
DecimalM value
)
Private Function Divide (
value As DecimalM
) As DecimalM Implements INumeric(Of DecimalM).Divide
private:
virtual DecimalM Divide(
DecimalM value
) sealed = INumeric<DecimalM>::Divide
private abstract Divide :
value : DecimalM -> DecimalM
private override Divide :
value : DecimalM -> DecimalM
- value DecimalM
- The value as the divisor.
DecimalMThe result of dividing the current value by
value.
INumericTSelfDivide(TSelf)